DataEngine for .NET
ObjectConnector<T> コンストラクタ

C1.DataEngine アセンブリ > C1.DataEngine 名前空間 > ObjectConnector<T> クラス : ObjectConnector<T> コンストラクタ
コネクタを使用する作業領域。
データのインポート元のコレクション。
ObjectConnector クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal workspace As Workspace, _
   ByVal data As System.Collections.Generic.IEnumerable(Of T) _
)
public ObjectConnector<T>( 
   Workspace workspace,
   System.Collections.Generic.IEnumerable<T> data
)

パラメータ

workspace
コネクタを使用する作業領域。
data
データのインポート元のコレクション。
参照

ObjectConnector<T> クラス
ObjectConnector<T> メンバ